home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / shark_attack_2.swf / scripts / DefineSprite_88 / frame_1 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  109 b   |  9 lines

  1. if(_parent._parent.water == true)
  2. {
  3.    _parent.gotoAndStop(2);
  4. }
  5. else
  6. {
  7.    _parent.gotoAndStop(1);
  8. }
  9.